'宣言 Public Default Property Item( _ ByVal index As Integer _ ) As T
'宣言
Public Default Property Item( _ ByVal index As Integer _ ) As T
public T this[ int index ]; {get; set;}
ObservableCollection<T> クラス ObservableCollection<T> メンバ